{% extends "base.html" %} {% block title %}Q&A Forum - Quick Care Connect{% endblock %} {% block extra_meta %} {% endblock %} {% block page_breadcrumb %}
{{ question.content|striptags|truncate(105, True, '...') }}
{% if current_category != 'all' or current_answered != 'all' %} No questions match your filters. Try a different specialty or status. {% else %} Be the first to ask a free medical question! {% endif %}
{% if session.user_role == 'patient' %} Ask First Question {% endif %}